home *** CD-ROM | disk | FTP | other *** search
- #include <X11/copyright.h>
-
- /* $XConsortium: Signal.h,v 1.4 89/07/21 01:41:49 kit Exp $ */
- /* Copyright Massachusetts Institute of Technology 1987, 1988 */
-
- #ifndef _Signal_h
- #define _Signal_h
-
- /****************************************************************
- *
- * Signal widget
- *
- ****************************************************************/
-
-
- #include <X11/Xaw/Simple.h>
- /* define any special resource names here that are not in <X11/StringDefs.h> */
-
- #define XtNsample "sample"
- #define XtCSample "Sample"
- #define XtNsampleLength "sampleLength"
- #define XtCSampleLength "SampleLength"
- #define XtNtimeScale "timeScale"
- #define XtCTimeScale "TimeScale"
- #define XtNlevels "levels"
- #define XtCLevels "Levels"
- #define XtNorigin "origin"
- #define XtCOrigin "Origin"
- #define XtNmaxSampleLength "maxSampleLength"
- #define XtCMaxSampleLength "MaxSampleLength"
- #define XtNinternalHeight "internalHeight"
- #define XtCInternalHeight "InternalHeight"
- #define XtNeditable "editable"
- #define XtCEditable "Editable"
- #define XtNeditCallback "editCallback"
- #define XtCEditCallback "EditCallback"
- #define XtNtimeDivision "timeDivision"
- #define XtCTimeDivision "TimeDivision"
-
- /* declare specific SignalWidget class and instance datatypes */
-
- typedef struct _SignalClassRec* SignalWidgetClass;
- typedef struct _SignalRec* SignalWidget;
-
- /* declare the class constant */
-
- extern WidgetClass signalWidgetClass;
-
- /* Public routines */
-
- void XwSignalToReal();
- void XwSignalRelativeToReal();
-
- #endif /* _Signal_h */
-